Match parameters between headers and doc comment
authorMatthias Clasen <mclasen@redhat.com>
Fri, 10 Dec 2010 17:42:03 +0000 (12:42 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 21 Dec 2010 17:06:57 +0000 (12:06 -0500)
gdk/gdkdnd.h

index 080af34db9804f29f8f9e62539855c15a0fd25f3..76e7a293ccc2f5c955dbb1c4520a7e2709c8065f 100644 (file)
@@ -122,7 +122,7 @@ void             gdk_drag_status        (GdkDragContext   *context,
                                         GdkDragAction     action,
                                         guint32           time_);
 void             gdk_drop_reply         (GdkDragContext   *context,
-                                        gboolean          ok,
+                                        gboolean          accepted,
                                         guint32           time_);
 void             gdk_drop_finish        (GdkDragContext   *context,
                                         gboolean          success,